home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / v cisle / acehtml / acehtmlfreeware.exe / acehtmlfree.exe / 0 / RCDATA / TASTUCEFRM / TASTUCEFRM.txt < prev   
Text File  |  2006-04-19  |  3KB  |  142 lines

  1. object AstuceFrm: TAstuceFrm
  2.   Left = 200
  3.   Top = 108
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   ClientHeight = 231
  7.   ClientWidth = 344
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poMainFormCenter
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object pnlBack: TPanel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 344
  25.     Height = 231
  26.     Align = alClient
  27.     BorderStyle = bsSingle
  28.     TabOrder = 0
  29.     object Bevel: TBevel
  30.       Left = 10
  31.       Top = 10
  32.       Width = 240
  33.       Height = 194
  34.     end
  35.     object Shape: TShape
  36.       Left = 18
  37.       Top = 18
  38.       Width = 224
  39.       Height = 178
  40.     end
  41.     object lblText: TLabel
  42.       Left = 30
  43.       Top = 64
  44.       Width = 200
  45.       Height = 118
  46.       AutoSize = False
  47.       Color = clWhite
  48.       Font.Charset = ANSI_CHARSET
  49.       Font.Color = clWindowText
  50.       Font.Height = -11
  51.       Font.Name = 'MS Sans Serif'
  52.       Font.Style = []
  53.       ParentColor = False
  54.       ParentFont = False
  55.       WordWrap = True
  56.     end
  57.     object ImgLight: TImage
  58.       Left = 32
  59.       Top = 28
  60.       Width = 31
  61.       Height = 31
  62.       AutoSize = True
  63.       Picture.Data = {<image000.bmp>}
  64.     end
  65.     object LblTitle: TLabel
  66.       Left = 65
  67.       Top = 34
  68.       Width = 5
  69.       Height = 22
  70.       Color = clWhite
  71.       Font.Charset = DEFAULT_CHARSET
  72.       Font.Color = clBlack
  73.       Font.Height = -19
  74.       Font.Name = 'Times New Roman'
  75.       Font.Style = [fsBold]
  76.       ParentColor = False
  77.       ParentFont = False
  78.     end
  79.     object lblHintNum: TLabel
  80.       Left = 235
  81.       Top = 181
  82.       Width = 2
  83.       Height = 11
  84.       Alignment = taRightJustify
  85.       Font.Charset = DEFAULT_CHARSET
  86.       Font.Color = clBlack
  87.       Font.Height = -9
  88.       Font.Name = 'Small Fonts'
  89.       Font.Style = []
  90.       ParentFont = False
  91.       Transparent = True
  92.     end
  93.     object BtnOk: TButton
  94.       Left = 259
  95.       Top = 10
  96.       Width = 72
  97.       Height = 22
  98.       Cancel = True
  99.       Default = True
  100.       ModalResult = 1
  101.       TabOrder = 0
  102.     end
  103.     object BtnNext: TButton
  104.       Left = 259
  105.       Top = 45
  106.       Width = 72
  107.       Height = 22
  108.       Font.Charset = DEFAULT_CHARSET
  109.       Font.Color = clBlack
  110.       Font.Height = -11
  111.       Font.Name = 'MS Sans Serif'
  112.       Font.Style = []
  113.       ParentFont = False
  114.       TabOrder = 1
  115.       OnClick = BtnNextClick
  116.     end
  117.     object cbShowHint: TCheckBox
  118.       Left = 10
  119.       Top = 208
  120.       Width = 239
  121.       Height = 16
  122.       Checked = True
  123.       State = cbChecked
  124.       TabOrder = 3
  125.     end
  126.     object BtnPrevious: TButton
  127.       Left = 259
  128.       Top = 72
  129.       Width = 72
  130.       Height = 22
  131.       Font.Charset = DEFAULT_CHARSET
  132.       Font.Color = clBlack
  133.       Font.Height = -11
  134.       Font.Name = 'MS Sans Serif'
  135.       Font.Style = []
  136.       ParentFont = False
  137.       TabOrder = 2
  138.       OnClick = BtnPreviousClick
  139.     end
  140.   end
  141. end
  142.